From 1e41a38dce61aaf812f234efb49d2bf78ade7846 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Thu, 22 Oct 2020 07:14:29 +0100 Subject: [PATCH] Don't fail tests because we don't ship test data This applies to users running them; our build/autopkgtest re-enable this and use the data from the source tree Author: Yaroslav Halchenko Forwarded: no Gbp-Pq: Name deb_no_strict_data.patch --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ee5725e3..08f1eb6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ exclude = minversion = 4.0.2 testpaths = pandas doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS -addopts = --strict-data-files +# addopts = --strict-data-files xfail_strict = True filterwarnings = error:Sparse:FutureWarning -- 2.30.2